home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / rush_hou.swf / scripts / frame_4 / DoAction.as
Text File  |  2008-11-12  |  223b  |  14 lines

  1. tb = getBytesTotal();
  2. lb = getBytesLoaded();
  3. v = int(lb / tb * 100);
  4. _preloader.bar._xscale = v;
  5. _preloader._pretxtPercent.text = v + "%";
  6. if(lb < tb)
  7. {
  8.    gotoAndPlay(_currentframe - 1);
  9. }
  10. else
  11. {
  12.    play();
  13. }
  14.